home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4704 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: crayor.dialup.fu-berlin.DE!not-for-mail
  2. From: crayor@zedat.fu-berlin.de (crayor)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Segtracker 37.55 with  SAS/C Problems
  5. Date: 4 Mar 1996 00:22:18 GMT
  6. Organization: Freie Universitaet Berlin
  7. Message-ID: <1914.6637T73T1317@zedat.fu-berlin.de>
  8. NNTP-Posting-Host: crayor.dialup.fu-berlin.de (160.45.226.201)
  9. X-Access: 16 17 19
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. I`m using SAS/C 6.56 and want to debug a program that`s already running in an
  13. infinite loop when I start "cpr dummy" . Segtracker is started right after
  14. setpatch when I boot. When I`m trying to get the debug infos into cpr it says:
  15.  
  16. > tasks
  17. Address Type Pri State  SigWait  StackPtr Debug Name
  18. 0848E230 13   0 Waiting 80000000 0849017E   act Work:TOOLS/sc/examples/catchin
  19. 083B0FA8 13  -1 Waiting 80000000 0845D5F4   act Shell Process
  20. > detach 0x0848E230
  21. at 0x0 UNKNOWN at 0x0
  22. > symload
  23. Error: Can't find Seglist
  24.  
  25. Other symload calls like
  26. > symload "loop"
  27. at 0x0 UNKNOWN at 0x0
  28. doesn`t work either.
  29.  
  30. To be sure it has nothing to do with my program I`ve tryed the catching_tasks
  31. example. Same error msg as you see above.
  32. I`m compiling with FULLFLUSH or SYMBOLFLUSH as debug option.
  33.  
  34. Does this have to do with my 060 card? or with 32MB Fast?
  35.  
  36. The segtracker started from shell does this...
  37. (The offset seems to be wrong, and the first adr should belong to the hunk?!)
  38.  
  39. 7.Workbench:> SegTracker dump
  40.  
  41. Module 'FONTS:GFX/8'
  42.         Hunk  0 @ $0837A8C4 Size $000001F8
  43.  
  44. (and more segments...)
  45.  
  46. 7.Workbench:> segtracker find $0837A8C4
  47. $0837A8C4 - Not found
  48. 7.Workbench:> segtracker find $0837A8C5
  49. $0837A8C5 - FONTS:GFX/8 : Hunk 0, Offset $FFFFFFFD, SegList $0837A8C4
  50. 7.Workbench:> segtracker find $0837A8C6
  51. $0837A8C6 - FONTS:GFX/8 : Hunk 0, Offset $FFFFFFFE, SegList $0837A8C4
  52. 7.Workbench:> segtracker find $0837A8C7
  53. $0837A8C7 - FONTS:GFX/8 : Hunk 0, Offset $FFFFFFFF, SegList $0837A8C4
  54. 7.Workbench:> segtracker find $0837A8C8
  55. $0837A8C8 - FONTS:GFX/8 : Hunk 0, Offset $00000000, SegList $0837A8C4
  56. 7.Workbench:> segtracker find $0837A8C9
  57. $0837A8C9 - FONTS:GFX/8 : Hunk 0, Offset $00000001, SegList $0837A8C4
  58.  
  59. Is this normal?
  60.  
  61. Any suggestions what I should try?
  62.  
  63. l8z Crayor!
  64. --
  65. AMiGA4000/CyberStorm060 32MB Fast (54MB/s), CyberSCSI/Barracuda 2GB (7MB/s)
  66. Scandoubler/MFCII, A2065 Ethernet, CyberVision 4MB, BSC ISDN MasterII
  67.  
  68.